home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 20
/
Aminet 20 (1997)(GTI - Schatztruhe)[!][Aug 1997].iso
/
Aminet
/
dev
/
misc
/
RenderLib.lha
/
RenderLib
/
README
< prev
next >
Wrap
Text File
|
1997-07-01
|
1KB
|
49 lines
render.library
-----------------------------
render.library is an amiga shared library that serves an image
processing kernel. it is an interface between truecolor and
chunky graphics, and it supports all amiga-specific pixel and
color schemes (planar, HAM6, HAM8, EHB). render.library provides
alpha-channel processing, color reduction, error diffusion, and
scaling. highly optimized low-level conversion units are
available for absolutely outrageous performance.
requirements
-----------------------------
- mc68020 or better
- kickstart 2.04 (v37) or better
features
-----------------------------
- histograms up to 24 bit
- rendering
- dithering
- color quantization
- heavy alphachannel support
- HAM mode support
- custom memory management
- scaling
- conversion functions
- fully documented with autodocs, charts, tutorials
- supplied with C, Assembler, and E includes
- freeware
changes
-----------------------------
since v20.1
- optimized ApplyAlphaChannel() and MixRGBArray()
- included debug text file to the documentation
- added AllocRenderVecClear()
- minor memory transfer problems fixed
- added CreateAlphaArray() and MixAlphaChannel()
- completed autodocs, revised some text files and includes